HomeSort by relevance Sort by last modified time
    Searched refs:TASK (Results 1 - 12 of 12) sorted by null

  /external/opencensus-java/buildscripts/kokoro/
linux_presubmit.sh 4 # It expects TASK environment variable is defined.
30 if [[ ! -v TASK ]]; then
32 echo "TASK not set in environment"
37 case "$TASK" in
86 echo "Unknown task $TASK"
  /external/opencensus-java/scripts/
travis_script 9 case "$TASK" in
75 echo "Unknown task $TASK"
  /cts/suite/audio_quality/test_description/processing/
calc_delay.py 54 TASK = [(data0, data1reverse, i) for i in range(searchLen)]
55 result = pool.map(convolutionstar, TASK)
  /external/cldr/tools/java/org/unicode/cldr/tool/
ListUnits.java 30 private static final Task TASK = Task.listSimpleUnits;
32 private enum Task {
75 switch (TASK) {
111 Set<String> units = getUnits(cldrFile, TASK, type == Type.root ? rootMap : type == Type.en ? enMap : null);
127 switch (TASK) {
232 private static Set<String> getUnits(CLDRFile cldrFile, Task task, Map<String, Data> extra) {
244 if (task == Task.listUnits)
    [all...]
  /device/google/contexthub/firmware/os/drivers/invensense_icm40600/
invensense_icm40600.c 629 volatile uint8_t state; //task state, type enum SensorState, do NOT change this directly
739 #define TASK _Task* const _task
741 // To get rid of static variables all task functions should have a task structure pointer input.
743 #define TDECL() TASK = &mTask; (void)_task
745 // Access task variables without explicitly specify the task structure pointer.
758 static bool trySwitchState_(TASK, enum SensorState newState) {
792 static void time_init(TASK)
797 static bool sensortime_to_rtc_time(TASK, uint64_t sensor_time, uint64_t *rtc_time_ns
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m 1 function apmtest(task, testname, filepath, casenumber, legacy)
3 % APMTEST(TASK, TESTNAME, CASENUMBER) performs one of several TASKs:
43 if nargin < 1 || isempty(task)
44 task = 'test';
47 if ~strcmp(task, 'test') && ~strcmp(task, 'list') && ~strcmp(task, 'show')
48 error(['TASK ' task ' is not recognized']);
51 if casenumber == 0 && strcmp(task, 'show'
    [all...]
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 547 volatile uint8_t state; //task state, type enum SensorState, do NOT change this directly
699 #define TASK _Task* const _task
701 // To get rid of static variables all task functions should have a task structure pointer input.
703 #define TDECL() TASK = &mTask; (void)_task
705 // Access task variables without explicitly specify the task structure pointer.
718 static bool trySwitchState_(TASK, enum SensorState newState) {
733 static void chunkedReadInit_(TASK, int index, int size);
736 static void initiateFifoRead_(TASK, bool isInterruptContext)
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 748 TASK = 3
762 elif self.type == self.TASK:
refparser.py 627 f.type = refpolicy.FilesystemUse.TASK
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 593 milliseconds