HomeSort by relevance Sort by last modified time
    Searched full:join (Results 301 - 325 of 808) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/bindings/scripts/
IDLParser.pm 122 my $data = join("", @temporaryContent);
145 return $padStr . "[" . join(", ", @temp) . "]";
173 my $data = join("", @temporaryContent);
409 my $line = join("", @temporaryContent);
  /external/webkit/WebCore/plugins/qt/
PluginDataQt.cpp 55 mimeInfo->suffixes = mimeType.fileExtensions.join(QLatin1String("; "));
  /external/webkit/WebKitTools/Scripts/
generate-coverage-data 44 my $resultName = $svnVersion . "-" . join('_', @timeData);
run-pageloadtest 91 my $testCommandsString = join('; ', @testCommands);
test-webkit-scripts 54 return os.path.join(self.scripts_directory, script_file_name)
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
test.py 50 return os.path.join(self.topdir, 'LayoutTests', 'platform', 'test')
  /frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java 100 thread.join();
  /frameworks/base/docs/html/guide/topics/manifest/
permission-group-element.jd 16 permission join the group through the {@code permissionGroup} attribute of the
  /frameworks/base/docs/html/resources/articles/
ui-1.5.jd 43 join us on the <a href="{@docRoot}resources/community-groups.html">Android
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
CreateInfo.java 77 "android.graphics.Paint$Join",
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverInternal.h 63 /* Set A?filter enabled: receive only those frames that match the BSSID given in the Join command */
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteHash.h 120 TI_UINT16 txSessionCount; /* Current Tx-Session index as configured to FW in last Join command. */
  /packages/apps/Gallery/src/com/android/camera/
ImageLoader.java 167 t.join();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PostalSplitterTest.java 122 final String joined = mPostalSplitter.join(postal);
  /system/extras/tests/bionic/libc/bionic/
test_cond.c 91 printf("main: could not join thread %d: %s\n", nn+1, strerror(errno));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
connIbss.h 59 CONN_IBSS_CONNECT , /* Sent when trying to join existing IBSS. */
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverInternal.h 63 /* Set A?filter enabled: receive only those frames that match the BSSID given in the Join command */
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
siteHash.h 120 TI_UINT16 txSessionCount; /* Current Tx-Session index as configured to FW in last Join command. */
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h 562 Desc: This command instructs the WiLink to either join a BSS or IBSS, or
563 start an IBSS. When the device has joined the BSS or IBSS the Join
570 * Join command control bit mask field:
575 /* Cyclic counter in range 1-7, advanced on every Join command to enable the FW distinguish
606 /* address of the BSS to join. */
614 /* address of the BSS to join. */
642 /* of BSS to start or join (Refer to BssType_enum). */
643 /* bit 4: Band - The radio band in which to join*/
650 /* BSS to join or start. Valid values are 1 to 14. */
661 /* start or join. The WiLink uses this information*
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 61 " (SELECT COUNT(sms._id) FROM sms LEFT JOIN threads " +
65 " (SELECT COUNT(pdu._id) FROM pdu LEFT JOIN threads " +
74 " (SELECT COUNT(sms._id) FROM sms LEFT JOIN threads " +
78 " (SELECT COUNT(pdu._id) FROM pdu LEFT JOIN threads " +
158 " (SELECT pdu.thread_id FROM part JOIN pdu ON pdu._id=part.mid " +
170 " (SELECT pdu.thread_id FROM part JOIN pdu ON pdu._id=part.mid " +
187 " (SELECT COUNT(*) FROM part JOIN pdu " +
203 " (SELECT pdu.thread_id FROM part JOIN pdu " +
250 " (SELECT COUNT(sms._id) FROM sms LEFT JOIN threads " +
254 " (SELECT COUNT(pdu._id) FROM pdu LEFT JOIN threads "
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_commands.h 562 Desc: This command instructs the WiLink to either join a BSS or IBSS, or
563 start an IBSS. When the device has joined the BSS or IBSS the Join
570 * Join command control bit mask field:
575 /* Cyclic counter in range 1-7, advanced on every Join command to enable the FW distinguish
606 /* address of the BSS to join. */
614 /* address of the BSS to join. */
642 /* of BSS to start or join (Refer to BssType_enum). */
643 /* bit 4: Band - The radio band in which to join*/
650 /* BSS to join or start. Valid values are 1 to 14. */
661 /* start or join. The WiLink uses this information*
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
DatagramSocketImplTest.java 74 method = "join",
275 public void join(InetAddress addr) throws IOException { method in class:MockDatagramSocketImpl
MulticastSocketTest.java 393 // now try to join a group if we are not authorized
407 // now validate that we can properly join a group with a null
417 // set up the server and join the group on networkInterface1
436 // now validate that we handled the case were we join a
462 // we can join on specific interfaces and that we only receive
553 // validate that we can join the same address on two
656 // now test that we can join and leave a group successfully
    [all...]
  /external/guava/src/com/google/common/primitives/
SignedBytes.java 124 * by {@code separator}. For example, {@code join(":", 0x01, 0x02, -0x01)}
131 public static String join(String separator, byte... array) { method in class:SignedBytes
UnsignedBytes.java 127 * {@code separator}. For example, {@code join(":", (byte) 1, (byte) 2,
134 public static String join(String separator, byte... array) { method in class:UnsignedBytes

Completed in 398 milliseconds

<<11121314151617181920>>