Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 32 for __and__ (0.23 sec)

  1. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/api/internal/tasks/execution/ExecuteTaskBuildOperationType.java

     *
     * That is, this operation does not represent just the execution of task actions.
     *
     * This operation can fail _and_ yield a result.
     * If the operation gets as far as invoking the task executer
     * (i.e. beforeTask callbacks did not fail), then a result is expected.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:13:49 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/operations/DefaultBuildOperationQueue.java

                    // TODO This could be more efficient, so that we only start a worker when there are none idle _and_ there is a worker lease available
                    executor.execute(new WorkerRunnable());
                    workerCount++;
                }
            } finally {
                lock.unlock();
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 31 15:18:20 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/gen_quantized_function_library.py

          function_name += '_with_{}'.format(
              _format_snake_case_op_name(quantized_ops[1]))
        if len(quantized_ops) > 1:
          for quantized_op in quantized_ops[2:]:
            function_name += '_and_{}'.format(
                _format_snake_case_op_name(quantized_op))
    
        # Add suffix based on output type.
        suffix = '_fn'
        if len(arguments) > 1 and arguments[1] == 'f32':
          suffix = '_float_output_fn'
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 20 01:38:06 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/jvm/groovy_plugin.adoc

    image::groovyPluginTasks.png[]
    
    
    [[sec:groovy_project_layout]]
    == Project layout
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/suggest/SuggesterTest.java

            settings.array().add(SuggestSettings.DefaultKeys.SUPPORTED_FIELDS, field);
    
            Map<String, Object> document = new HashMap<>();
            document.put(field, "商品1__and__商品2");
            suggester.indexer().indexFromDocument(new Map[] { document });
            suggester.refresh();
    
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 37K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/typeset.go

    // implied by the methods and the type set described by the terms and the
    // comparable bit. To test whether a type is included in a type set
    // ("implements" relation), the type must implement all methods _and_ be
    // an element of the type set described by the terms and the comparable bit.
    // If the term list describes the set of all types and comparable is true,
    // only comparable types are meant; in all other cases comparable is false.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  7. src/go/types/typeset.go

    // implied by the methods and the type set described by the terms and the
    // comparable bit. To test whether a type is included in a type set
    // ("implements" relation), the type must implement all methods _and_ be
    // an element of the type set described by the terms and the comparable bit.
    // If the term list describes the set of all types and comparable is true,
    // only comparable types are meant; in all other cases comparable is false.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/jvm/scala_plugin.adoc

    .Scala plugin - tasks
    image::scalaPluginTasks.png[]
    
    
    [[sec:scala_project_layout]]
    == Project layout
    
    The Scala plugin assumes the project layout shown below. All the Scala source directories can contain Scala _and_ Java code. The Java source directories may only contain Java source code. None of these directories need to exist or have anything in them; the Scala plugin will simply compile whatever it finds.
    
    [[scalalayout]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 17K bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    # define GTEST_OS_AIX 1
    #elif defined(__hpux)
    # define GTEST_OS_HPUX 1
    #elif defined __native_client__
    # define GTEST_OS_NACL 1
    #elif defined __OpenBSD__
    # define GTEST_OS_OPENBSD 1
    #elif defined __QNX__
    # define GTEST_OS_QNX 1
    #endif  // __CYGWIN__
    
    #ifndef GTEST_LANG_CXX11
    // gcc and clang define __GXX_EXPERIMENTAL_CXX0X__ when
    // -std={c,gnu}++{0x,11} is passed.  The C++11 standard specifies a
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    # define GTEST_OS_AIX 1
    #elif defined(__hpux)
    # define GTEST_OS_HPUX 1
    #elif defined __native_client__
    # define GTEST_OS_NACL 1
    #elif defined __OpenBSD__
    # define GTEST_OS_OPENBSD 1
    #elif defined __QNX__
    # define GTEST_OS_QNX 1
    #endif  // __CYGWIN__
    
    #ifndef GTEST_LANG_CXX11
    // gcc and clang define __GXX_EXPERIMENTAL_CXX0X__ when
    // -std={c,gnu}++{0x,11} is passed.  The C++11 standard specifies a
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
Back to top