HomeSort by relevance Sort by last modified time
    Searched refs:after (Results 126 - 150 of 1122) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
native-messaging-example-host 71 self.after(100, self.processMessages)
81 self.after(100, self.processMessages)
  /external/chromium_org/ppapi/examples/crxfs/
crxfs.js 16 // Attach a listener for the message event. This must happen after the plugin
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pythread.pxd 39 # Cleanup after a fork
  /external/chromium_org/third_party/icu/source/i18n/
dtrule.cpp 40 UBool after,
46 if (after) {
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_mips.c 336 int iters, after; local
415 "andi %[after], %[anaLen], 7 \n\t"
417 "blez %[after], 4f \n\t"
428 " addiu %[after], %[after], -1 \n\t"
434 [iters] "=&r" (iters), [after] "=&r" (after),
478 "andi %[after], %[anaLen], 3 \n\t"
480 "blez %[after], 4f \n\t"
492 " addiu %[after], %[after], -1 \n\t
513 int after = inst->blockLen10ms & 3; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfext.asm 50 section e comment,5 ; after comma is reserved value
  /external/chromium_org/v8/test/mjsunit/
deopt-with-fp-regs.js 50 // will be introduced after the instructions to support this. If we deopt
51 // later in this function, the execution will resume in full-codegen after
56 // not deopt after a few iteration.
62 // Do a few more calculations using the previous values after our deopt point
  /external/chromium_org/v8/test/mjsunit/regress/
regress-618.js 36 // Add setter somewhere on the prototype chain after having constructed the
51 // Add setter somewhere on the prototype chain after having constructed the
66 // Add setter somewhere on the prototype chain after having constructed the
81 // Add setter somewhere on the prototype chain after having constructed the
  /external/icu/icu4c/source/i18n/
dtrule.cpp 40 UBool after,
46 if (after) {
  /external/lldb/test/pexpect-2.4/examples/
ssh_session.py 51 self.f.write(str(child.before) + str(child.after)+'\n')
70 self.f.write(str(child.before) + str(child.after)+'\n')
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 69 -webkit-margin-after: 1__qem;
97 -webkit-margin-after: 1em;
109 -webkit-margin-after: 1em;
122 q:after {
135 -webkit-margin-after: 0.5em;
156 -webkit-margin-after: 0.67em;
165 -webkit-margin-after: 0.83em;
171 -webkit-margin-after: 1em;
177 -webkit-margin-after: 1.33em;
183 -webkit-margin-after: 1.67em
    [all...]
  /bionic/libc/arch-mips/string/
memset.S 190 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
192 # Find out, if there are any 64-byte chunks after which will be still at least
194 # "pref 30,64(a0)" prefetch, which can be used as "pref 30,0(a0)" after
205 addu t4,a0,t5 # Now t4 is the dst after 64-byte "safe" chunks
  /bionic/libc/arch-mips64/string/
memset.S 190 addu a3,a0,a3 # Now a3 is the final dst after 64-byte chunks
192 # Find out, if there are any 64-byte chunks after which will be still at least
194 # "pref 30,64(a0)" prefetch, which can be used as "pref 30,0(a0)" after
205 addu t4,a0,t5 # Now t4 is the dst after 64-byte "safe" chunks
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
PerspectiveMeshNode.cpp 64 void PerspectiveMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:PerspectiveMeshNode
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/
BlurMeshNode.cpp 55 void BlurMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:BlurMeshNode
  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardEmulationFragment.java 55 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardEmulationFragment.java 55 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardEmulationFragment.java 55 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 45 +post_action+ is defined, a node is yielded to the block after all of its
71 after = post_action || @post_action
78 tree = after.call( tree ) unless after.nil? or flat
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
via-parser.rb 13 @after {
  /external/chromium_org/content/browser/renderer_host/
ime_adapter_android.h 56 void DeleteSurroundingText(JNIEnv*, jobject, int before, int after);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.h 84 void extendSelectionAndDelete(int before, int after);
  /external/chromium_org/third_party/WebKit/Source/platform/
LengthBox.cpp 62 const Length& LengthBox::after(WritingMode writingMode) const function in class:blink::LengthBox
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutBoxExtent.h 63 LayoutUnit after(WritingMode) const;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtrule.h 41 DOW_GEQ_DOM, /**< The first occurence of the day of week on or after the day of monnth,
42 for example, first Sunday on or after March 8. */
92 * on or after/before the day of month and the time rule. The date rule
99 * @param after true if the rule date is on or after the day of month.
105 DateTimeRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, UBool after,

Completed in 904 milliseconds

1 2 3 4 56 7 8 91011>>