/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
pitch_filter_armv6.S | 106 strh r7, [r11] @ inputState[0], after shift. 110 str r4, [r11, #2] @ inputState[1, 2], after shift. 111 str r5, [r11, #6] @ inputState[3, 4], after shift.
|
/external/harfbuzz_ng/src/ |
hb-graphite2.cc | 307 unsigned int after = gr_slot_after (is); local 329 if (clusters[ci].base_char + clusters[ci].num_chars < after + 1) 330 clusters[ci].num_chars = after + 1 - clusters[ci].base_char;
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_vs_draw.c | 60 /* The index of the last generic output, after which we insert a new 127 struct tgsi_full_declaration *after, 134 for (i = after->Range.First+1; i < Elements(vsctx->out_remap); i++) { 140 after->Range.First + 1); 292 * labels by 2. Subroutines are always after the END opcode so 297 /* The labels of the following opcodes are moved only after
|
/cts/tools/dasm/src/dasm/ |
Scanner.java | 495 "Missed separator after ''-enclosed name");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCRLUtil.java | 54 if (crl.getNextUpdate().after(validityDate))
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
initial_speech.js | 20 // script is injected after page load (i.e. when manually enabling ChromeVox). 26 * Initial speech when the page loads. This may happen only after we get
|
/external/chromium_org/chrome/test/ispy/common/ |
ispy_utils.py | 300 after marker (exclusively) will be returned
|
/external/chromium_org/extensions/renderer/resources/ |
permissions_custom_bindings.js | 72 // not objects, validation will fail after the for-loop above. This 84 // dispatchToListener call happens after argument validation, which works
|
/external/chromium_org/remoting/webapp/ |
stats_accumulator.js | 31 * The first time, after this object was most recently initialized or emptied, 63 * object, after this object was most recently initialized or emptied.
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
Pipeline.py | 201 CreateClosureClasses(context), ## After all lookups and type inference 290 def insert_into_pipeline(pipeline, transform, before=None, after=None): 292 Insert a new transform into the pipeline after or before an instance of 296 after=AnalyseDeclarationsTransform) 298 assert before or after 300 cls = before or after 305 if after:
|
/external/chromium_org/third_party/icu/source/i18n/ |
chnsecal.h | 187 virtual int32_t newMoonNear(double days, UBool after) const;
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/ |
SkTracker.h | 154 // Called after drawFoo to evaluate what pixels have changed, it could issue a breakpoint. 156 void after(const SkBitmap& bitmap) { function in class:SkTracker
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpAngle.h | 103 bool after(const SkOpAngle* test) const;
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/ |
MonthPicker.java | 60 } else if (date.after(getMaxDate())) {
|
WeekPicker.java | 83 } else if (date.after(getMaxDate())) {
|
/external/chromium_org/ui/views/ime/ |
input_method_bridge.h | 77 virtual void ExtendSelectionAndDelete(size_t before, size_t after) OVERRIDE;
|
/external/chromium_org/v8/test/mjsunit/ |
compare-known-objects-slow.js | 61 // Test after adding property to first object. 66 // Test after adding property to second object.
|
strict-mode-opt.js | 56 fail("ReferenceError after MAX iterations", "no exception"); 102 fail("ReferenceError after MAX iterations", "no exception");
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
alloc-object.js | 43 // Test adding a new property after allocation was inlined. 49 // Test changing the prototype after allocation was inlined.
|
literals.js | 44 // ":" comes just after "9". 68 // "G" comes just after "F".
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1167.js | 30 // Deoptimization after a logical not in an effect context should not see a 40 // OSR (after deoptimization) is used to observe the stack height mismatch.
|
regress-145201.js | 45 function unary(op, after) { 48 eval(op + " custom " + after);
|
regress-prepare-break-while-recompile.js | 55 // Clear the break point immediately after to deactivate the debugger. 56 // Do all of this after compile graph has been created.
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_report.cc | 72 return "heap-use-after-free"; 169 static void PrintMutexShort(const ReportMutex *rm, const char *after) { 171 Printf("%sM%zd%s%s", d.Mutex(), rm->id, d.EndMutex(), after); 175 const char *after) { 177 Printf("%sM%zd (%p)%s%s", d.Mutex(), rm->id, rm->addr, d.EndMutex(), after);
|
/external/fio/tools/ |
genfio | 48 one test after another then one disk after another 51 one test after anoter but all disks at the same time 68 -A cmd_to_run : System command to run after each job (exec_postrun in fio)
|