OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNCHANGED
(Results
1 - 5
of
5
) sorted by null
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
LevenshteinDistanceTest.java
34
private static final int
UNCHANGED
= LevenshteinDistance.EDIT_UNCHANGED;
51
if (expectedOps[i] ==
UNCHANGED
) {
114
new int[] {
UNCHANGED
},
120
new int[] {
UNCHANGED
,
UNCHANGED
},
129
new int[] {
UNCHANGED
, INSERT},
135
new int[] {
UNCHANGED
,
UNCHANGED
},
141
new int[] {
UNCHANGED
,
UNCHANGED
, INSERT}
[
all
...]
/external/v8/src/
json-stringifier.cc
98
if (result ==
UNCHANGED
) return factory()->undefined_value();
318
return
UNCHANGED
;
328
return
UNCHANGED
;
336
if (object->IsCallable()) return
UNCHANGED
;
347
return
UNCHANGED
;
456
if (result ==
UNCHANGED
) {
499
if (result ==
UNCHANGED
) {
json-stringifier.h
25
enum Result {
UNCHANGED
, SUCCESS, EXCEPTION };
/external/v8/src/debug/
liveedit.js
16
// version of the script) it remains
unchanged
, but the code that could
19
// All
unchanged
functions have their positions updated accordingly.
115
if (old_node.status == FunctionStatus.
UNCHANGED
) {
219
//
unchanged
and whether positions changed at all.
520
UNCHANGED
: "
unchanged
",
521
// The code of a function remains
unchanged
, but something happened inside
538
this.status = FunctionStatus.
UNCHANGED
;
588
// Determines status of each function (from
unchanged
to damaged). However
589
// children of
unchanged
functions are ignored
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
Completed in 211 milliseconds