/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
model.js | 53 var initial = (this.operand || '0')[0]; 54 return (initial === '-') ? this.set_({operand: this.operand.slice(1)}) : 55 (initial !== '0') ? this.set_({operand: '-' + this.operand}) :
|
/external/chromium_org/components/autofill/core/browser/ |
contact_info.cc | 123 base::string16 initial; local 124 initial.push_back(middle_name[0]); 125 return initial;
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
PatternSyntaxExceptionTest.java | 128 public void assertDeserialized(Serializable initial, Serializable deserialized) { 131 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial, deserialized); 133 PatternSyntaxException initPatternSyntaxException = (PatternSyntaxException) initial;
|
/external/chromium_org/v8/test/mjsunit/ |
array-reduce.js | 444 "reduce no initial value not throwing TypeError"); 445 assertEquals("Reduce of empty array with no initial value", e.message, 446 "reduce no initial TypeError type"); 456 "reduceRight no initial value not throwing TypeError"); 457 assertEquals("Reduce of empty array with no initial value", e.message, 458 "reduceRight no initial TypeError type"); 468 "reduce sparse no initial value not throwing TypeError"); 469 assertEquals("Reduce of empty array with no initial value", e.message, 470 "reduce no initial TypeError type"); 480 "reduceRight sparse no initial value not throwing TypeError") [all...] |
parallel-initial-prototype-change.js | 44 // Optimized code of f1 depends on initial object and array maps. 48 Object.prototype[1] = 1.5; // Invalidate current initial object map.
|
array-iteration.js | 55 // Only loop through initial part of array eventhough elements are 97 // Only loop through initial part of array eventhough elements are 138 // Only loop through initial part of array eventhough elements are 176 // Only loop through initial part of array eventhough elements are 213 // Only loop through initial part when elements are added.
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/serialization/ |
KerberosTicketTest.java | 66 public void assertDeserialized(Serializable initial, 69 KerberosTicket init = (KerberosTicket) initial;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
InetSocketAddressTest.java | 94 public void assertDeserialized(Serializable initial, 97 InetSocketAddress init = (InetSocketAddress) initial;
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
ConnectionEventTest.java | 93 public void assertDeserialized(Serializable initial, 95 ConnectionEvent ceInitial = (ConnectionEvent) initial;
|
/external/chromium_org/sandbox/win/src/ |
sandbox_policy_base.h | 42 virtual ResultCode SetTokenLevel(TokenLevel initial, 80 ResultCode MakeTokens(HANDLE* initial, HANDLE* lockdown);
|
sandbox_policy.h | 70 // initial: the security level for the initial token. This is the token that 73 // win32's ReverToSelf(). Once this happens the initial token is no longer 74 // available and the lockdown token is in effect. Using an initial token is 81 // Returns false if the lockdown value is more permissive than the initial 87 virtual ResultCode SetTokenLevel(TokenLevel initial, TokenLevel lockdown) = 0; 140 // Sets the integrity level of the process in the sandbox. Both the initial 160 // AppContainers, so this function is incompatible with the use of an initial
|
/external/stlport/src/ |
cxa.c | 108 static struct exit_function_list initial; variable in typeref:struct:exit_function_list 109 struct exit_function_list *__exit_funcs = &initial;
|
/ndk/sources/cxx-stl/stlport/src/ |
cxa.c | 108 static struct exit_function_list initial; variable in typeref:struct:exit_function_list 109 struct exit_function_list *__exit_funcs = &initial;
|
/external/chromium_org/chrome/browser/nacl_host/ |
pnacl_translation_cache.h | 75 // Doom all entries between |initial| and |end|. If the return value is 78 int DoomEntriesBetween(base::Time initial, base::Time end,
|
/external/chromium_org/remoting/host/ |
resizing_host_observer_unittest.cc | 130 SkISize initial = { 640, 480 }; local 132 new FakeDesktopResizer(initial, false, NULL, 0)); 136 SkISize expected_sizes[] = { initial, initial };
|
/external/valgrind/main/none/tests/s390x/ |
fpconv.c | 6 #define I2F(insn, initial, target,round) \ 8 register unsigned long source asm("2") = initial; \ 14 #define F2L(insn, initial, type, round, cc) \ 16 register type source asm("f0") = initial; \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
Parameter.java | 171 * The initial value for this parameter (see also {@link #suggest} for more 175 public final String initial; field in class:Parameter 229 initial = parameter.getAttribute(ATTR_DEFAULT); 250 if (initial != null && !initial.isEmpty() && type == Type.BOOLEAN) { 251 value = Boolean.valueOf(initial); 253 value = initial; 267 initial = null;
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
PropertyChangeEventTest.java | 146 public void assertDeserialized(Serializable initial, 149 PropertyChangeEvent initEv = (PropertyChangeEvent) initial;
|
/external/chromium_org/native_client_sdk/src/examples/resources/ |
index.css | 60 -webkit-flex: initial;
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransfer.java | 45 private Status status = Status.initial;
256 * The initial status of the file transfer.
258 initial("Initial"),
enum constant in enum:FileTransfer.Status
|
/external/v8/test/mjsunit/ |
array-reduce.js | 444 "reduce no initial value not throwing TypeError"); 446 "reduce no initial TypeError type"); 456 "reduceRight no initial value not throwing TypeError"); 458 "reduceRight no initial TypeError type"); 468 "reduce sparse no initial value not throwing TypeError"); 470 "reduce no initial TypeError type"); 480 "reduceRight sparse no initial value not throwing TypeError"); 482 "reduceRight no initial TypeError type");
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLClientInfoExceptionTest.java | 238 public void assertDeserialized(Serializable initial, 241 SerializationTest.THROWABLE_COMPARATOR.assertDeserialized(initial, 244 SQLClientInfoException initEx = (SQLClientInfoException) initial;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
balanced_quicksort.h | 71 /** @brief Initial piece to work on. */ 72 Piece initial; member in struct:__gnu_parallel::QSBThreadLocal 177 tls[iam]->initial.first = begin; 178 tls[iam]->initial.second = end; 258 Piece current = tl.initial; 458 tls[i]->initial = std::make_pair(end, end);
|
/external/chromium_org/third_party/icu/source/i18n/ |
basictz.cpp | 130 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, 132 initial = NULL; 249 // The initial rule should represent the rule before the previous transition 271 // Set the initial rule 272 initial = new InitialTimeZoneRule(initialName, initialRaw, initialDst); 287 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, 340 initial = orgini->clone(); 355 // Create initial rule 516 initial = res_initial; 543 initial = NULL [all...] |
/external/icu4c/i18n/ |
basictz.cpp | 130 BasicTimeZone::getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, 132 initial = NULL; 249 // The initial rule should represent the rule before the previous transition 271 // Set the initial rule 272 initial = new InitialTimeZoneRule(initialName, initialRaw, initialDst); 287 BasicTimeZone::getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial, 340 initial = orgini->clone(); 355 // Create initial rule 516 initial = res_initial; 543 initial = NULL [all...] |