HomeSort by relevance Sort by last modified time
    Searched refs:hint (Results 151 - 175 of 706) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
system.s 16 hint \from
  /cts/tests/tests/systemui/src/android/systemui/cts/
LightBarTests.java 141 private void assertMoreThan(String what, float expected, float actual, String hint) {
144 + "%; " + hint);
148 private void assertLessThan(String what, float expected, float actual, String hint) {
151 + "%; " + hint);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 73 def readlines(self, hint):
  /external/curl/lib/
memdebug.h 118 #define ogetaddrinfo(host,serv,hint,res) \
119 curl_dogetaddrinfo(host, serv, hint, res, __LINE__, __FILE__)
122 #define getaddrinfo(host,serv,hint,res) \
123 curl_dogetaddrinfo(host, serv, hint, res, __LINE__, __FILE__)
  /external/freetype/src/cff/
cffobjs.h 75 FT_Bool hint; member in struct:CFF_GlyphSlotRec_
  /external/libunwind/src/mips/
init.h 56 c->dwarf.hint = 0;
  /external/pdfium/third_party/freetype/src/cff/
cffobjs.h 75 FT_Bool hint; member in struct:CFF_GlyphSlotRec_
  /external/pdfium/third_party/freetype/src/cid/
cidobjs.h 105 FT_Bool hint; member in struct:CID_GlyphSlotRec_
  /external/pdfium/third_party/freetype/src/type1/
t1objs.h 120 FT_Bool hint; member in struct:T1_GlyphSlotRec_
  /external/v8/src/zone/
zone-allocator.h 42 pointer allocate(size_type n, const void* hint = 0) {
  /hardware/interfaces/power/1.0/default/
Power.h 45 Return<void> powerHint(PowerHint hint, int32_t data) override;
  /hardware/libhardware/include/hardware/
power.h 53 * Power hint identifiers passed to (*powerHint)
260 * A particular platform may choose to ignore any hint.
265 void (*powerHint)(struct power_module *module, power_hint_t hint,
  /packages/services/Car/car-lib/src/android/car/app/menu/
CarUiEntry.java 184 * @param hint hint text to show in the search box.
188 abstract public EditText startInput(String hint,
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
CarDrawerActivity.java 394 * @param hint Search hint
396 public void startInput(String hint) {
397 startInput(hint, mSearchBoxOnClickListener);
403 * @param hint Search hint
406 public void startInput(final String hint, final View.OnClickListener onClickListener) {
408 EditText inputView = mUiController.startInput(hint, onClickListener);
  /toolchain/binutils/binutils-2.25/ld/
deffile.h 39 int hint; member in struct:def_file_export
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /external/e2fsprogs/lib/ext2fs/
icount.c 242 ext2_icount_t hint, ext2_icount_t *ret)
249 if (hint) {
250 EXT2_CHECK_MAGIC(hint, EXT2_ET_MAGIC_ICOUNT);
251 if (hint->size > size)
252 size = (size_t) hint->size;
289 * found in the hint icount (since those are ones which will
292 if (hint) {
293 for (i=0; i < hint->count; i++)
294 icount->list[i].ino = hint->list[i].ino;
295 icount->count = hint->count
    [all...]
  /external/v8/src/builtins/
builtins-conversion.cc 12 Handle<Code> Builtins::NonPrimitiveToPrimitive(ToPrimitiveHint hint) {
13 switch (hint) {
28 ToPrimitiveHint hint) {
53 // representation of the {hint}.
56 assembler->factory()->ToPrimitiveHintString(hint));
89 assembler->isolate(), (hint == ToPrimitiveHint::kString)
205 Handle<Code> Builtins::OrdinaryToPrimitive(OrdinaryToPrimitiveHint hint) {
206 switch (hint) {
217 // 7.1.1.1 OrdinaryToPrimitive ( O, hint )
219 OrdinaryToPrimitiveHint hint) {
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 200 static String generateSaveFile(Context context, String url, String hint,
209 final File file = new File(Uri.parse(hint).getPath());
219 name = chooseFilename(url, hint, contentDisposition, contentLocation);
269 private static String chooseFilename(String url, String hint, String contentDisposition,
273 // First, try to use the hint from the application, if there's one
274 if (filename == null && hint != null && !hint.endsWith("/")) {
276 Log.v(Constants.TAG, "getting filename from hint");
278 int index = hint.lastIndexOf('/') + 1;
280 filename = hint.substring(index)
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 88 PS_Hint hint = NULL; local
101 hint = table->hints + count - 1;
102 hint->pos = 0;
103 hint->len = 0;
104 hint->flags = 0;
109 *ahint = hint;
281 /* return last hint mask in a table, create one if the table is empty */
565 /* set a bit at a given index in the current hint mask */
575 /* get last hint mask */
682 PS_Hint hint = dim->hints.hints local
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshrec.c 88 PS_Hint hint = NULL; local
101 hint = table->hints + count - 1;
102 hint->pos = 0;
103 hint->len = 0;
104 hint->flags = 0;
109 *ahint = hint;
281 /* return last hint mask in a table, create one if the table is empty */
565 /* set a bit at a given index in the current hint mask */
575 /* get last hint mask */
682 PS_Hint hint = dim->hints.hints local
    [all...]
  /external/boringssl/src/tool/
transport_common.cc 101 struct addrinfo hint, *result; local
102 OPENSSL_memset(&hint, 0, sizeof(hint));
103 hint.ai_family = AF_UNSPEC;
104 hint.ai_socktype = SOCK_STREAM;
106 int ret = getaddrinfo(hostname.c_str(), port.c_str(), &hint, &result);
  /external/skia/gm/
readpixels.cpp 129 SkImage::CachingHint hint) {
135 if (!image->readPixels(dstInfo, data->writable_data(), rowBytes, 0, 0, hint)) {
264 for (SkImage::CachingHint hint : hints) {
266 hint);
330 for (SkImage::CachingHint hint : hints) {
332 dstColorSpace, hint);
  /external/v8/src/crankshaft/
lithium-allocator.h 162 UsePosition(LifetimePosition pos, LOperand* operand, LOperand* hint);
167 LOperand* hint() const { return hint_; } function in class:v8::internal::UsePosition
252 if (pos != NULL) return pos->hint();
288 LOperand* hint,
410 void Define(LifetimePosition position, LOperand* operand, LOperand* hint);
414 LOperand* hint);

Completed in 986 milliseconds

1 2 3 4 5 67 8 91011>>