HomeSort by relevance Sort by last modified time
    Searched refs:fun (Results 51 - 75 of 422) sorted by null

1 23 4 5 6 7 8 91011>>

  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/androidTest/java/com/example/android/pictureinpicture/
MainActivityTest.kt 53 fun movie_playingOnPip() {
73 fun movie_pauseAndResume() {
87 fun fullscreen_enabledOnLandscape() {
98 fun fullscreen_disabledOnPortrait() {
110 private fun isPlaying(): Matcher<View> {
112 override fun matchesSafely(view: View): Boolean {
116 override fun describeTo(description: Description) {
122 private fun showControls(): ViewAction {
124 override fun getConstraints(): Matcher<View> {
128 override fun getDescription(): String
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
LoginActivity.kt 36 override fun onCreate(savedInstanceState: Bundle?) {
49 private fun resetFields() {
57 private fun login() {
74 fun isValidCredentials(username: String?, password: String?): Boolean {
80 fun getStartActivityIntent(context: Context): Intent {
VirtualLoginActivity.kt 33 override fun onCreate(savedInstanceState: Bundle?) {
43 private fun resetFields() {
50 private fun login() {
66 fun isValidCredentials(username: String?, password: String?): Boolean {
72 fun getStartActivityIntent(context: Context): Intent {
  /developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageAdapter.kt 41 override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ImageViewHolder {
47 override fun onBindViewHolder(holder: ImageViewHolder, position: Int) {
66 fun add(imageDocument: ImageDocument) {
75 fun setTotalSize(totalSize: Int) {
85 override fun getItemCount(): Int {
ImageProvider.kt 38 override fun onCreate(): Boolean {
48 override fun query(uri: Uri, strings: Array<String>?, s: String?,
53 override fun query(uri: Uri, projection: Array<String>?, queryArgs: Bundle,
91 private fun constructExtras(queryArgs: Bundle, files: Array<File>): Bundle {
115 override fun getType(uri: Uri): String? {
124 override fun insert(uri: Uri, contentValues: ContentValues?): Uri? {
128 override fun delete(uri: Uri, s: String?, strings: Array<String>?): Int {
132 override fun update(uri: Uri, contentValues: ContentValues?, s: String?,
144 private fun includeFile(result: MatrixCursor, file: File) {
156 private fun writeDummyFilesToStorage(context: Context)
    [all...]
MainActivity.kt 27 override fun onCreate(savedInstanceState: Bundle?) {
  /developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageAdapter.kt 41 override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ImageViewHolder {
47 override fun onBindViewHolder(holder: ImageViewHolder, position: Int) {
66 fun add(imageDocument: ImageDocument) {
75 fun setTotalSize(totalSize: Int) {
85 override fun getItemCount(): Int {
ImageProvider.kt 38 override fun onCreate(): Boolean {
48 override fun query(uri: Uri, strings: Array<String>?, s: String?,
53 override fun query(uri: Uri, projection: Array<String>?, queryArgs: Bundle,
91 private fun constructExtras(queryArgs: Bundle, files: Array<File>): Bundle {
115 override fun getType(uri: Uri): String? {
124 override fun insert(uri: Uri, contentValues: ContentValues?): Uri? {
128 override fun delete(uri: Uri, s: String?, strings: Array<String>?): Int {
132 override fun update(uri: Uri, contentValues: ContentValues?, s: String?,
144 private fun includeFile(result: MatrixCursor, file: File) {
156 private fun writeDummyFilesToStorage(context: Context)
    [all...]
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
StandardSignInActivity.kt 33 override fun onCreate(savedInstanceState: Bundle?) {
40 private fun resetFields() {
48 private fun login() {
65 fun isValidCredentials(username: String, password: String): Boolean {
71 fun getStartActivityIntent(context: Context): Intent {
VirtualSignInActivity.kt 31 override fun onCreate(savedInstanceState: Bundle?) {
40 private fun resetFields() {
47 private fun submitLogin() {
64 fun isValidCredentials(username: String?, password: String?): Boolean {
70 fun getStartActivityIntent(context: Context): Intent {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shortcircuit_test.go 12 fun := Fun(c, "entry",
39 CheckFunc(fun.f)
40 shortcircuit(fun.f)
41 CheckFunc(fun.f)
43 for _, b := range fun.f.Blocks {
dom_test.go 164 fun := Fun(c, "entry", bg(size)...)
166 CheckFunc(fun.f)
170 domBenchRes = dominators(fun.f)
178 func verifyDominators(t *testing.T, fut fun, domFn domFunc, doms map[string]string) {
224 fun := Fun(c, "entry",
231 CheckFunc(fun.f)
232 verifyDominators(t, fun, dominators, doms)
233 verifyDominators(t, fun, dominatorsSimple, doms
    [all...]
lca_test.go 26 fun := Fun(c, "entry", bg(size)...)
27 CheckFunc(fun.f)
29 t.Logf(fun.f.String())
31 lca1 := makeLCArange(fun.f)
32 lca2 := makeLCAeasy(fun.f)
33 for _, b := range fun.f.Blocks {
34 for _, c := range fun.f.Blocks {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shortcircuit_test.go 12 fun := Fun(c, "entry",
39 CheckFunc(fun.f)
40 shortcircuit(fun.f)
41 CheckFunc(fun.f)
43 for _, b := range fun.f.Blocks {
dom_test.go 164 fun := Fun(c, "entry", bg(size)...)
166 CheckFunc(fun.f)
170 domBenchRes = dominators(fun.f)
178 func verifyDominators(t *testing.T, fut fun, domFn domFunc, doms map[string]string) {
224 fun := Fun(c, "entry",
231 CheckFunc(fun.f)
232 verifyDominators(t, fun, dominators, doms)
233 verifyDominators(t, fun, dominatorsSimple, doms
    [all...]
lca_test.go 26 fun := Fun(c, "entry", bg(size)...)
27 CheckFunc(fun.f)
29 t.Logf(fun.f.String())
31 lca1 := makeLCArange(fun.f)
32 lca2 := makeLCAeasy(fun.f)
33 for _, b := range fun.f.Blocks {
34 for _, c := range fun.f.Blocks {
  /external/autotest/client/deps/glbench/src/
glx_stuff.cc 17 #define F(fun, type) type fun = NULL;
52 #define F(fun, type) fun = reinterpret_cast<type>( \
53 glXGetProcAddress(reinterpret_cast<const GLubyte *>(#fun)));
  /external/clang/test/SemaCXX/
warn-tautological-compare.cpp 143 void fun();
156 assert(fun == 0);
157 // expected-warning@-1{{comparison of function 'fun' equal to a null pointer is always false}}
159 assert(fun != 0);
160 // expected-warning@-1{{comparison of function 'fun' not equal to a null pointer is always true}}
162 assert(fun == 0 && "expecting null pointer");
163 // expected-warning@-1{{comparison of function 'fun' equal to a null pointer is always false}}
165 assert(fun != 0 && "expecting non-null pointer");
166 // expected-warning@-1{{comparison of function 'fun' not equal to a null pointer is always true}}
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.kt 69 override fun onMovieStarted() {
76 override fun onMovieStopped() {
83 override fun onMovieMinimized() {
102 internal fun updatePictureInPictureActions(@DrawableRes iconId: Int, title: String,
131 override fun onCreate(savedInstanceState: Bundle?) {
144 override fun onStop() {
151 override fun onRestart() {
157 override fun onConfigurationChanged(newConfig: Configuration) {
162 override fun onWindowFocusChanged(hasFocus: Boolean) {
169 override fun onPictureInPictureModeChanged(isInPictureInPictureMode: Boolean
    [all...]
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MainActivity.kt 79 override fun onReceive(context: Context, intent: Intent?) {
103 override fun onMovieStarted() {
110 override fun onMovieStopped() {
117 override fun onMovieMinimized() {
136 internal fun updatePictureInPictureActions(@DrawableRes iconId: Int, title: String,
165 override fun onCreate(savedInstanceState: Bundle?) {
178 override fun onStop() {
185 override fun onRestart() {
193 override fun onConfigurationChanged(newConfig: Configuration) {
198 override fun onWindowFocusChanged(hasFocus: Boolean)
    [all...]
  /external/clang/test/OpenMP/
declare_reduction_messages.cpp 15 #pragma omp declare reduction(fun : int // expected-error {{expected ':'}} expected-error {{expected expression}}
24 #pragma omp declare reduction(fun : long : omp_out += omp_in) { // expected-warning {{extra tokens at the end of '#pragma omp declare reduction' are ignored}} expected-error {{expected 'initializer'}}
25 #pragma omp declare reduction(fun : unsigned : omp_out += ::temp)) // expected-warning {{extra tokens at the end of '#pragma omp declare reduction' are ignored}} expected-error {{expected 'initializer'}} expected-error {{only 'omp_in' or 'omp_out' variables are allowed in combiner expression}}
26 #pragma omp declare reduction(fun : long & : omp_out += omp_in) // expected-error {{reduction type cannot be a reference type}}
27 #pragma omp declare reduction(fun : long(void) : omp_out += omp_in) // expected-error {{reduction type cannot be a function type}}
28 #pragma omp declare reduction(fun : long[3] : omp_out += omp_in) // expected-error {{reduction type cannot be an array type}}
36 #pragma omp declare reduction(fun : T : temp) // expected-error {{only 'omp_in' or 'omp_out' variables are allowed in combiner expression}}
47 #pragma omp declare reduction(fun : T : omp_out += omp_in)
66 T fun(T arg) { function
71 #pragma omp declare reduction(fun : T : omp_out += omp_in) initializer(omp_priv = 23
    [all...]
declare_reduction_messages.c 15 #pragma omp declare reduction(fun : int // expected-error {{expected ':'}} expected-error {{expected expression}}
24 #pragma omp declare reduction(fun : long : omp_out += omp_in) { // expected-error {{expected 'initializer'}} expected-warning {{extra tokens at the end of '#pragma omp declare reduction' are ignored}}
25 #pragma omp declare reduction(fun : unsigned : omp_out += temp)) // expected-error {{expected 'initializer'}} expected-warning {{extra tokens at the end of '#pragma omp declare reduction' are ignored}} expected-error {{only 'omp_in' or 'omp_out' variables are allowed in combiner expression}}
26 #pragma omp declare reduction(fun : long(void) : omp_out += omp_in) // expected-error {{reduction type cannot be a function type}}
27 #pragma omp declare reduction(fun : long[3] : omp_out += omp_in) // expected-error {{reduction type cannot be an array type}}
42 int fun(int arg) { function
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
AuthActivity.kt 50 override fun onCreate(savedInstanceState: Bundle?) {
60 private fun submitLogin() {
71 override fun finish() {
80 private fun onFailure() {
85 private fun onSuccess() {
107 private fun setResponseIntent(fillResponse: FillResponse) {
111 private fun setDatasetIntent(dataset: Dataset) {
120 internal fun getAuthIntentSenderForResponse(context: Context): IntentSender {
126 internal fun getAuthIntentSenderForDataset(context: Context, datasetName: String): IntentSender {
  /developers/build/prebuilts/gradle/EmojiCompat/kotlinApp/app/src/main/java/com/example/android/emojicompat/
EmojiCompatApplication.kt 32 override fun onCreate() {
49 override fun onInitialized() {
53 override fun onFailed(throwable: Throwable?) {
  /developers/samples/android/views/EmojiCompat/kotlinApp/app/src/main/java/com/example/android/emojicompat/
EmojiCompatApplication.kt 41 override fun onCreate() {
58 override fun onInitialized() {
62 override fun onFailed(throwable: Throwable?) {

Completed in 2360 milliseconds

1 23 4 5 6 7 8 91011>>