HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 251 - 275 of 802) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 408 Element primary = getPrimaryElement(); local
409 if (primary != null) {
410 String oldId = primary.getAttributeNS(ANDROID_URI, ATTR_ID);
534 protected String stripTopLayoutAttributes(Element primary, int start, String xml) {
535 if (primary != null) {
538 NamedNodeMap attributes = primary.getAttributes();
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 133 request_state *primary; // If this operation is on a shared socket, pointer to primary member in struct:request_state
140 // Note: On a shared connection these fields in the primary structure, including hdr, are re-used
321 // Now, if this request_state is not subordinate to some other primary, close file descriptor and discard replies
322 if (!req->primary)
386 // If our request is sharing a connection, then we append our reply_state onto the primary's list
389 request_state *r = req->primary ? req->primary : req;
    [all...]
  /build/blueprint/bootstrap/
glob.go 111 // primary builder if the results change.
  /build/blueprint/
doc.go 64 // documentation as the "primary builder". This command is responsible for
  /external/curl/lib/vtls/
cyassl.c 419 if(SSL_SET_OPTION(primary.sessionid)) {
639 if(SSL_SET_OPTION(primary.sessionid)) {
polarssl.c 390 if(SSL_SET_OPTION(primary.sessionid)) {
618 if(SSL_SET_OPTION(primary.sessionid)) {
  /external/mesa3d/src/intel/vulkan/
genX_cmd_buffer.c 642 ANV_FROM_HANDLE(anv_cmd_buffer, primary, commandBuffer);
644 assert(primary->level == VK_COMMAND_BUFFER_LEVEL_PRIMARY);
649 genX(cmd_buffer_apply_pipe_flushes)(primary);
658 /* If we're continuing a render pass from the primary, we need to
662 struct anv_bo *ss_bo = &primary->device->surface_state_block_pool.bo;
663 struct anv_state src_state = primary->state.render_pass_states;
667 genX(cmd_buffer_gpu_memcpy)(primary, ss_bo, dst_state.offset,
672 anv_cmd_buffer_add_secondary(primary, secondary);
676 * address. We need to re-emit state base address for the primary after
682 genX(cmd_buffer_emit_state_base_address)(primary);
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
typeunit.go 13 // type unit defines a single primary type and an 8-byte signature.
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 12 // The primary use of syscall is inside other packages that provide a more
dll_windows.go 138 // Callers must inspect the primary return value to decide whether an error occurred
297 // Callers must inspect the primary return value to decide whether an error occurred
  /prebuilts/go/linux-x86/src/debug/dwarf/
typeunit.go 13 // type unit defines a single primary type and an 8-byte signature.
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 12 // The primary use of syscall is inside other packages that provide a more
dll_windows.go 138 // Callers must inspect the primary return value to decide whether an error occurred
297 // Callers must inspect the primary return value to decide whether an error occurred
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/
weird.s 263 .stabs "primary:G200=ered:0,green:1,blue:2,;", 0x20,0,0, 0
267 .export primary
270 primary: label
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
ib_mad.h 371 /** Primary path */
372 struct ib_cm_path primary; member in struct:ib_cm_connect_request
  /external/tpm2/
Global.h 141 unsigned primary : 1; //5) SET for a primary object member in struct:__anon40381
691 // Primary Seeds
    [all...]
  /frameworks/base/core/java/android/widget/
DialerFilter.java 70 mPrimary = (EditText) findViewById(com.android.internal.R.id.primary);
72 throw new IllegalStateException("DialerFilter must have a child EditText named primary");
  /packages/apps/Settings/src/com/android/settings/dashboard/suggestions/
SuggestionAdapter.java 155 // If a view with @android:id/primary is defined, use that as the click handler
157 final View primaryAction = holder.itemView.findViewById(android.R.id.primary);
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 481 final File primary = Environment.getExternalStorageDirectory(); local
485 final long totalDelta = Math.abs(current.getTotalSpace() - primary.getTotalSpace());
486 final long freeDelta = Math.abs(current.getFreeSpace() - primary.getFreeSpace());
488 fail("Expected primary storage to be on same volume as app");
  /cts/tests/tests/media/src/android/media/cts/
HeifWriterTest.java 465 // The test sets the primary index to the last image.
575 int imageCount, int primary, boolean useGrid, boolean checkColor)
595 assertEquals("Wrong primary index", primary,
624 Rect r = getColorBlockRect(primary, width, height);
  /external/dnsmasq/src/
dhcp.c 22 struct in_addr relay, primary; member in struct:iface_param
210 parm.primary = iface_addr;
354 context->local = param->primary;
716 /* use primary (first) address */
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 885 int primary = this.mSubjectPrimary.compareToIgnoreCase(o.mSubjectPrimary); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 397 NodeProxy primary = canvas.getNodeFactory().create(xmlProperty.getNode()); local
398 if (primary != null) {
399 RenameResult result = manager.performRename(primary, null);

Completed in 670 milliseconds

<<11121314151617181920>>