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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/wearable/RecipeAssistant/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /development/samples/wearable/SkeletonWearableApp/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /development/samples/wearable/SynchronizedNotifications/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /development/samples/wearable/Timer/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /development/samples/wearable/WatchViewStub/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /external/glide/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /external/glide/library/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /external/smali/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /frameworks/testing/espresso/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/interface/
audio_conference_mixer_defines.h 30 // mixed will be set to true if the participant was mixed this mix iteration
31 int32_t IsMixed(bool& mixed) const;
54 // participants that were mixed last mix iteration.
65 // Callback function that provides the audio level of the mixed audio frame
78 // This callback function provides the mixed audio for this mix iteration.
  /external/owasp/sanitizer/tools/findbugs/bin/
findbugs2 43 findbugs_home=`cygpath --mixed "$findbugs_home"`
62 fb_javacmd=`cygpath --mixed "$JAVA_HOME"`/bin/java
fb 44 findbugs_home=`cygpath --mixed "$findbugs_home"`
63 fb_javacmd=`cygpath --mixed "$JAVA_HOME"`/bin/java
findbugs 44 findbugs_home=`cygpath --mixed "$findbugs_home"`
63 fb_javacmd=`cygpath --mixed "$JAVA_HOME"`/bin/java
  /development/samples/wearable/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /frameworks/support/
gradlew 115 APP_HOME=`cygpath --path --mixed "$APP_HOME"`
116 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
137 eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
  /external/chromium_org/third_party/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 40 int32_t IsMixed(bool& mixed) const;
42 // Sets wasMixed to true if the participant was mixed previous mix
46 // Updates the mixed status.
47 int32_t SetIsMixed(const bool mixed);
99 // AudioFrames that are allowed to be mixed.
101 // used to be mixed but shouldn't be mixed any longer. These AudioFrames
114 // Return the AudioFrames that should be mixed anonymously.
118 // should contain a map of MixerParticipants that have been mixed.
190 MixerParticipantList _participantList; // May be mixed
    [all...]
  /external/clang/test/SemaCXX/
extern-c.cpp 100 namespace mixed { namespace in namespace:linkage
  /external/chromium_org/third_party/tlslite/tlslite/integration/
tlsasyncdispatchermixin.py 16 """This class can be "mixed in" with an
36 mixed in with http_channel to create http_tls_channel. Note:
88 #Calculate the sibling I'm being mixed in with.
  /external/valgrind/main/none/tests/s390x/
cu21.c 53 /* Mixed bytes */
54 uint16_t mixed[] = { variable
209 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu21_1.c 53 /* Mixed bytes */
54 uint16_t mixed[] = { variable
209 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu41.c 54 /* Mixed bytes */
55 uint32_t mixed[] = { variable
204 run_test(buff, sizeof buff, mixed, sizeof mixed);
cu42.c 42 /* Mixed bytes */
43 uint32_t mixed[] = { variable
189 run_test(buff, sizeof buff, mixed, sizeof mixed);
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 228 SuggestionResults mixed = new SuggestionResults(); local
236 mixed.addResult(item);
241 mixed.addResult(item);
244 return mixed;
292 SuggestionResults mixed = buildSuggestionResults(); local
293 res.count = mixed.getLineCount();
294 res.values = mixed;
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 1033 mixed = UTEXT_INITIALIZER, local
    [all...]

Completed in 983 milliseconds

1 2 3 4 5 6 7 8 91011>>