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

1 2 3 4 5 6 7 8 91011>>

  /device/google/contexthub/sensorhal/
hubconnection.h 175 uint8_t primary; member in struct:android::HubConnection::SensorState
  /device/linaro/hikey/l-loader/
gen_loader.py 30 s2_entry_name = ['primary', 'second']
59 # parse partition from the primary ptable
67 # skip the first block in primary partition table
70 # check whether it's a primary paritition table
79 # get lba of both primary partition table and secondary partition table
208 print ' primary partition table: ', img_prm_ptable
225 img_prm_ptable = "primary partition table"
255 print 'And there are primary partition table, secondary partition table and FIP in stage2.'
  /external/one-true-awk/
b.c 625 return (alt(concat(primary())));
628 Node *primary(void) function
674 FATAL("illegal primary in regular expression %s at %s", lastre, prestr);
683 return (concat(op2(CAT, np, primary())));
692 return (alt(op2(OR, np, concat(primary()))));
  /external/tensorflow/tensorflow/contrib/training/python/training/
training.py 495 is_chief: Specifies whether or not the training is being run by the primary
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.cc 257 if (!packet->primary) {
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
BandSelectionHelperTest.java 92 mStartBuilder = new Builder().mouse().primary().action(MotionEvent.ACTION_MOVE);
MouseInputHandlerTest.java 143 mEvent.action(MotionEvent.ACTION_MOVE).primary().build(),
  /hardware/invensense/6515/libsensors_iio/
Android.mk 78 LOCAL_SRC_FILES += CompassSensor.IIO.primary.cpp
165 LOCAL_SRC_FILES += CompassSensor.IIO.primary.cpp
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 328 // Unset primary for all photos
330 // Mark the currently displayed photo as primary
402 * Marks the raw contact photo given as primary for the aggregate contact.
463 Log.v(TAG, "state: primary " + mPrimaryAccount);
656 ValuesDelta primary; local
661 primary = mCurrentRawContactDelta.getPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE);
662 final String name = primary != null ? primary.getAsString(StructuredName.DISPLAY_NAME) :
770 // Get the account information for the primary raw contact delta
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
DirectoryContactViewHolder.java 59 nameView = view.findViewById(R.id.primary);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DragStartListenerTest.java 105 .primary();
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
BandSelectionHelperTest.java 86 mStartBuilder = new Builder().mouse().primary().action(MotionEvent.ACTION_MOVE);
MouseInputHandlerTest.java 126 mEvent.action(MotionEvent.ACTION_MOVE).primary().build(),
  /prebuilts/go/darwin-x86/src/syscall/
security_windows.go 348 // GetTokenPrimaryGroup retrieves access token t primary group information.
350 // the primary group of any objects created by a process using this access token.
  /prebuilts/go/linux-x86/src/syscall/
security_windows.go 348 // GetTokenPrimaryGroup retrieves access token t primary group information.
350 // the primary group of any objects created by a process using this access token.
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.18.1/
tycho-p2-facade-0.18.1.jar 
  /bionic/libc/kernel/tools/
cpp.py 615 primary = None
618 primary = self.parseExpression(0)
622 primary = self.parseExpression(0)
625 primary = self.is_number()
629 primary = self.is_defined()
631 primary = self.is_call_or_ident()
636 return primary
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 595 ListenableFuture<Integer> primary = immediateFailedFuture(new Exception());
603 ListenableFuture<Integer> derived = Futures.withFallback(primary, fallback);
610 SettableFuture<Integer> primary = SettableFuture.create();
614 ListenableFuture<Integer> derived = Futures.withFallback(primary, fallback);
616 assertTrue(primary.isCancelled());
617 assertTrue(primary.wasInterrupted());
623 SettableFuture<Integer> primary = SettableFuture.create();
627 ListenableFuture<Integer> derived = Futures.withFallback(primary, fallback);
629 assertTrue(primary.isCancelled());
630 assertFalse(primary.wasInterrupted())
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp     [all...]
  /external/selinux/checkpolicy/
module_compiler.c 415 datum->primary = 1;
448 type_datum_t *declare_type(unsigned char primary, unsigned char isattr)
454 type->primary = primary;
641 dest_typdatum->primary = 1;
    [all...]
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp     [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
commons-codec-1.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
commons-codec-1.3.jar 

Completed in 1323 milliseconds

1 2 3 4 5 6 7 8 91011>>