HomeSort by relevance Sort by last modified time
    Searched full:get (Results 1401 - 1425 of 13186) sorted by null

<<51525354555657585960>>

  /external/bluetooth/hcidump/parser/
hidp.c 47 return "Get report";
51 return "Get protocol";
55 return "Get idle";
  /external/bzip2/
README.COMPILATION.PROBLEMS 32 The technique of adding -D_FILE_OFFSET_BITS=64 to get large file
33 support is, as far as I know, the Recommended Way to get correct large
39 As a general comment, if you get compilation errors which you think
  /external/clearsilver/java-jni/
HDF.java 91 * Get the file loader in use, if any.
197 String sec = Integer.toString(cal.get(Calendar.SECOND));
200 String min = Integer.toString(cal.get(Calendar.MINUTE));
204 Integer.toString(cal.get(Calendar.HOUR_OF_DAY)));
208 cal.get(Calendar.HOUR) == 0 ? 12 : cal.get(Calendar.HOUR)));
210 cal.get(Calendar.AM_PM) == Calendar.AM ? "1" : "0");
212 Integer.toString(cal.get(Calendar.DAY_OF_MONTH)));
214 Integer.toString(cal.get(Calendar.MONTH)+1));
216 Integer.toString(cal.get(Calendar.YEAR)))
    [all...]
  /external/dbus/tools/
dbus-uuidgen.1 10 .B dbus-uuidgen [\-\-version] [\-\-ensure[=FILENAME]] [\-\-get[=FILENAME]]
50 If you run it with --get, it prints the machine UUID by default, or
66 .I "--get[=FILENAME]"
  /external/elfutils/tests/
arsymtest.c 69 /* Now get the index of the archive. */
73 printf ("Cannot get archive index: %s\n", elf_errmsg (-1));
104 printf ("Cannot get archive header for element `%s': %s\n",
asm-tst7.c 90 printf ("cannot get section %Zd: %s\n", cnt, elf_errmsg (-1));
98 printf ("cannot get section header for section %Zd: %s\n",
124 printf ("cannot get symbol %zu: %s\n", cnt, elf_errmsg (-1));
asm-tst8.c 91 printf ("cannot get section %Zd: %s\n", cnt, elf_errmsg (-1));
99 printf ("cannot get section header for section %Zd: %s\n",
125 printf ("cannot get symbol %zu: %s\n", cnt, elf_errmsg (-1));
  /external/emma/core/java12/com/vladium/util/
Property.java 331 // (getProperty() uses a non-virtual call to get(), while propertyNames()
342 public Object get (final Object key) method in class:Property.FilePropertyLookup
346 return m_contents.get (key);
410 // (getProperty() uses a non-virtual call to get(), while propertyNames()
416 return (String) get (key);
419 public Object get (final Object key) method in class:Property.SystemPropertyLookup
423 String result = (String) super.get (key);
491 // (getProperty() uses a non-virtual call to get(), while propertyNames()
497 return (String) get (key);
500 public Object get (final Object key method in class:Property.SystemRedirectsLookup
    [all...]
  /external/icu4c/layoutex/layout/
playout.h 164 * Get the max ascent value for all the fonts
263 * Get the ascent of the line. This is the maximum ascent
276 * Get the descent of the line. This is the maximum descent
289 * Get the leading of the line. This is the maximum leading
302 * Get the width of the line. This is a convenience method
316 * Get a <code>ParagraphLayout::VisualRun</code> object for a given
335 * Get the <code>le_font</code> object which
352 * Get the direction of the visual run.
365 * Get the number of glyphs in the visual run.
377 * Get the glyphs in the visual run. Glyphs with the values <code>0xFFFE</code> an
    [all...]
  /external/icu4c/test/intltest/
testidn.cpp 90 //TODO get the srcDir dynamically
184 /* get the character code, field 0 */
238 /* get the state */
342 pTestIDNA->errln( "Did not get the assigned type for codepoint 0x%08X. Expected: %i Got: %i\n",codepoint, USPREP_MAP, type);
376 pTestIDNA->errln( "Did not get the expected length. Expected: %i Got: %i\n", mapLength, length);
383 pTestIDNA->errln("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[i], mappingData[index+i]);
390 pTestIDNA->errln( "Did not get the expected result. Expected: 0x%04X 0x%04X Got: 0x%04X 0x%04X", lead, trail, mappingData[index+i], mappingData[index+i+1]);
396 pTestIDNA->errln("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
415 // get data for lead surrogate
419 // get the real data from the folded lead/trail units
    [all...]
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 172 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { function in class:Contains
234 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { function in class:SpanUTF16
285 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { function in class:SpanBackUTF16
294 * Get the same spans as with span() where we always start with a not-contained span.
335 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { function in class:SpanUTF8
381 static UPerfFunction* get(const UnicodeSetPerformanceTest &testcase) { function in class:SpanBackUTF8
390 * Get the same spans as with span() where we always start with a not-contained span.
409 case 0: name = "Contains"; if (exec) return Contains::get(*this); break;
410 case 1: name = "SpanUTF16"; if (exec) return SpanUTF16::get(*this); break;
411 case 2: name = "SpanBackUTF16";if (exec) return SpanBackUTF16::get(*this); break
    [all...]
  /external/icu4c/tools/ctestfw/
tstdtmod.cpp 100 // Both of these resources get adopted by a TestData object.
128 // Both of these resources get adopted by a TestData object.
151 //Get test data from ResourceBundles
  /external/junit/src/junit/swingui/
TestTreeModel.java 168 return fRunTests.get(t) != null;
174 return (fErrors != null) && fErrors.get(t) != null;
180 return (fFailures != null) && fFailures.get(t) != null;
  /external/netcat/scripts/
probe 19 # if LSRR was passed thru, should get refusal here:
30 echo 'GET /' | $UCMD -w 10 "$1" 80 81 210 70 2>&1
32 echo 'GET /robots.txt' | $UCMD -w 10 "$1" 80 2>&1
  /external/opencore/fileformats/mp4/parser/include/
sampleentry.h 58 return 0; // Should get overridden
62 return NULL; // Should get overridden
68 // Get the max size buffer needed to retrieve the media samples
  /external/opencore/protocols/http_parcom/include/
http_parser_external.h 77 // get number of fragments
83 // get memory fragment
100 // get total size of all the available memory fragments
  /external/opencore/pvmi/pvmf/src/
pvmf_pool_buffer_allocator.cpp 104 OSCL_EXPORT_REF OsclRefCounterMemFrag PVMFBufferPoolAllocator::get() function in class:PVMFBufferPoolAllocator
116 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_NONFATAL_ERROR, (0, "PVMFBufferPoolAllocator::get - Simulating out of fragment exception !! \n"));
133 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_NONFATAL_ERROR, (0, "PVMFBufferPoolAllocator::get - Out of fragments !! \n"));
  /external/openssl/ssl/
ssl_task.c 90 * G - Get, requests that up to msg.length bytes of data be returned. The
95 * C - Confirms a get or put. Every get and put will get a confirm response,
101 * A, Get, 4092 ---->
102 * <---- R, get, 4092
149 char function; /* 'G'-get, 'P'-put, 'C'-confirm, 'X'-close */
167 static int get ( io_channel chan, char *buffer, int maxlen, int *length ) function
223 * get the preferred cipher list and other initialization
301 status = get ( chan, (char *) &msg, sizeof(msg), &length )
    [all...]
  /external/oprofile/daemon/
opd_extended.c 163 /* Get ext sfile only if extended feature is enable*/
165 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->get != NULL)
166 return ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->get(trans, is_cg);
  /external/proguard/src/proguard/util/
ListUtil.java 53 buffer.append(quotedString((String)list.get(index)));
155 System.out.println("["+list.get(index)+"]");
165 System.out.println("["+list.get(index)+"]");
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keyboard.h 90 * Get a snapshot of the current state of the keyboard.
99 * Get the current key modifier state
110 * Get the name of an SDL virtual keysym
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgaevents.c 35 /* get function pointers... */
88 /* Get the translated SDL virtual keysym */
124 /* Get the translated SDL virtual keysym */
  /external/tcpdump/
setsignal.c 49 * the read/recvfrom/whatever in the live capture doesn't get restarted,
65 * Otherwise, we use "signal()" - which means we might get traditional
66 * semantics, wherein system calls don't get restarted *but* the
  /external/v8/test/mjsunit/
debug-stepin-call-function-stub.js 29 // Get the Debug object exposed from the debug context global object.
40 // to get into g.call and than check that execution is pauesed inside
114 // Get rid of the debug event listener.
  /external/v8/test/mjsunit/regress/
regress-1081309.js 29 // Get the Debug object exposed from the debug context global object.
71 // Get the debug command processor.
74 // Get the backtrace.

Completed in 477 milliseconds

<<51525354555657585960>>