HomeSort by relevance Sort by last modified time
    Searched full:extend (Results 476 - 500 of 3330) sorted by null

<<11121314151617181920>>

  /external/chromium_org/remoting/tools/
verify_resources.py 45 msgs_and_structs.extend(xml.getElementsByTagName("structure"))
137 resources.extend(LoadTagsFromGrd(f))
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
message_factory_test.py 64 msg.factory_1_message.list_value.extend(['one', 'two', 'three'])
73 msg.list_value.extend(['four', 'three', 'two'])
  /external/chromium_org/tools/cr/cr/
loader.py 76 modules.extend(_ScanPackage(child))
89 finds all classes that extend AutoExport and copies them up into the cr
  /external/chromium_org/tools/gyp/pylib/gyp/
ninja_syntax.py 73 all_inputs.extend(implicit)
77 all_inputs.extend(order_only)
  /external/chromium_org/tools/gyp/tools/
pretty_gyp.py 57 output.extend(line.split(r'\n'))
58 mask_output.extend(masked_line.split(r'\n'))
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_finder.py 72 browsers.extend(curr_browsers)
138 browsers.extend(finder.FindAllAvailableBrowsers(options))
  /external/chromium_org/v8/build/
gyp_v8 143 args.extend(shlex.split(gyp_file))
150 args.extend(['-I' + i for i in additional_include_files(args)])
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AlignedBox.h 83 inline AlignedBox& extend(const VectorType& p) function in class:Eigen::AlignedBox
87 inline AlignedBox& extend(const AlignedBox& b) function in class:Eigen::AlignedBox
  /external/libvpx/libvpx/vp9/common/
vp9_extend.c 60 // Extend src frame in buffer
110 // If the side is not touching the bounder then don't extend.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 33 * Generic header parser class. The parsers for various headers extend this
34 * class. To create a parser for a new header, extend this class and change
  /external/proguard/src/proguard/classfile/
Clazz.java 113 * A class is always considered to extend itself.
114 * Interfaces are considered to only extend the root Object class.
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer_m68k.c 132 " extl %%d1\n" /* extend d1 to 32 bits */
180 " extl %%d1\n" /* extend d1 to 32 bits */
  /frameworks/base/docs/html/training/load-data-background/
setup-loader.jd 13 <a href="#Extend">Define an Activity That Uses CursorLoader</a>
39 <h2 id="Extend">Define an Activity That Uses CursorLoader</h2>
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
MffFilterTestCase.java 35 * A {@link TestCase} for testing single MFF filter runs. Implementers should extend this class and
42 * TODO: extend this to deal with filters that push multiple output frames.
  /packages/apps/Email/tests/src/com/android/email/
ThrottleTest.java 124 // Call again in 10 ms -- will extend timeout.
129 // Call again in TIMEOUT_EXTEND_INTERAVL ms -- will extend timeout.
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Escaper.java 34 * extend one of these classes. If you find that you are unable to achieve the desired behavior
38 * your own escapers, use {@link CharEscaperBuilder}, or extend {@link CharEscaper} or {@code
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Escaper.java 35 * extend one of these classes. If you find that you are unable to achieve the desired behavior
39 * your own escapers, use {@link CharEscaperBuilder}, or extend {@link CharEscaper} or {@code
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 81 // to extend "ao", otherwise the result may be "shoud ao", that is not
87 // nodes at 'g' has full ids ('heng'), so it is necessary to extend "ao", thus
201 DictExtPara *dep_; // Parameter used to extend DMI nodes.
299 // Extend a DMI node with a spelling id. ext_len is the length of the rows
300 // to extend, actually, it is the size of the spelling string of splid.
312 // If dmi == NULL, this function will extend the root node of DictTrie
320 // Extend dmi for the composing phrase.
323 // Extend a MatrixNode with the give LmaPsbItem list.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 12 extend = 0x40 variable
189 extend = 0x40 variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 51 result.extend(temp)
135 L.extend(range(half))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
util.py 56 missing.extend(expected[i:])
57 unexpected.extend(actual[j:])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 51 result.extend(temp)
135 L.extend(range(half))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
util.py 56 missing.extend(expected[i:])
57 unexpected.extend(actual[j:])
  /external/chromium_org/tools/
nocompile_driver.py 224 cmdline.extend(shlex.split(cflags))
229 cmdline.extend(['-o', '/dev/null', '-c', '-x', 'c++', sourcefile_path])
388 read_set.extend([test['proc'].stderr, test['proc'].stdout])
446 finished_tests.extend(CompleteAtLeastOneTest(resultfile, executing_tests))
458 finished_tests.extend(CompleteAtLeastOneTest(resultfile, executing_tests))
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 77 // reading Reg multiple times. That is OK, extend() is idempotent.
85 // Extend the live range to be live-out from PredMBB.
102 extend(LI, Idx, Reg);
135 void LiveRangeCalc::extend(LiveInterval *LI, function in class:LiveRangeCalc
146 // Is there a def in the same MBB we can extend?

Completed in 2170 milliseconds

<<11121314151617181920>>